home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / trn2401.lzh / install.lzh / UPDATES.TXT < prev   
Text File  |  1994-02-19  |  37KB  |  813 lines

  1. ************* NOTES *************
  2.  
  3. PLEASE UPDATE your EMULATE.DAT file. I made a change that affected it. Where
  4. you used to have VT52-Color, etc. You should change it to VT52 Color. Replace
  5. ALL '-' (dashes) with spaces as shown above in ALL your emulations. This goes
  6. for VT52 Mono, ANSI Color, etc.
  7.  
  8. ************ Fixes/Additions/Changes ************
  9.  
  10. *** Version 2.4.01
  11.  
  12. Removed the checks for a KEYCODE.DAT file. The BBS is now Freeware. Refer to
  13. FREEWARE.TXT for more info.
  14.  
  15. *** Version 2.3.12
  16.  
  17. Fixed a problem in the routine for adding Callers to the CALLERS.INF file.
  18. The problem only showed up on a new file or one that only had 1 caller's
  19. info in it.
  20.  
  21. Fixed a bug that would cause text to get screwed up if you had a
  22. 'Press [Return]', 'Press [Space]', or '[More]' prompt in your text files.
  23.  
  24. *** Version 2.3.11b
  25.  
  26. Fixed it so that if running off of Modem port 2 or the Falcon, XYZ will allow
  27. files to be transfered.
  28.  
  29. Fixed a bug in the View Marked Messages routine that would send the user to the
  30. search routine.
  31.  
  32. *** Version 2.3.11a
  33.  
  34. Fixed the ONLINE.USR to include the User Number. Oops!! :-)
  35.  
  36. I put in a fix that I hope will eliminate the 0 bytes HD space problem. If the
  37. drive variable is blank, it will default to the first drive in File Area Drive
  38. list. This will keep it from defaulting to drive A. I made a few changes that
  39. I also hope will fix the problem. Not sure if it will yet or not.
  40.  
  41. *** Version 2.3.11
  42.  
  43. Changed the way the PROMPT.DAT file was loaded and stored, back to the old way
  44. as the new way was having problems on some systems.
  45.  
  46. Redone the way the free memory was calculated as it wasn't calculating it
  47. correctly. It should now give you a more acurate reading.
  48.  
  49. Added support for the ONLINE.USR file that is used by CBase (networking
  50. message bases used with ISIS). To have the BBS write the ONLINE.USR file, use
  51. ONLINE in place of FOREM, TURBO, etc. in the ONLINExx.DAT files.
  52.  
  53. Added support for Modem 2 on the TT/MSTE and the Modem port on the Falcon. This
  54. has not been tested yet. There is a new item in Edit Settings, Page 5 of the
  55. System Editor called "Modem 2/Falcon". If you plan on using Modem 2 or run the
  56. BBS on a Falcon, then you need to turn this option on. Due to the hardware
  57. design of the Modem 2 & Falcon port, you will need to have a modem hooked up
  58. to this port before you use it. If you don't have a modem hooked up and this
  59. item is selected, the BBS will not operate correctly. It will think that there
  60. is someone connected to the BBS. You will need to use the Modem CPX from Atari
  61. to select the baud rate & RTS/CTS setting. This is temporary until I can get
  62. the information to set this myself.
  63.  
  64. You will need to get the new version of the System Editor and RSC files. You
  65. will also need to run the System Editor and change the Modem 2/Falcon setting
  66. to the way you want it before running the new version of the BBS.
  67.  
  68. *** Version 2.3.10c
  69.  
  70. Fixed a problem in moving to different Message Bases that would cause a crash
  71.  
  72. Fixed a problem where the last executed filename would be displayed when the
  73. logon prompt would be shown.
  74.  
  75. *** Version 2.3.10b
  76.  
  77. Fixed a bug that would cause problems in the File Areas when moving to a
  78. File Area number higher than the highest Message Base number.
  79.  
  80. Fixed it so that the PROMPT.DAT routine would not Malloc an area of memory
  81. if the last Malloc'd area is big enough to hold the new PROMPT.DAT file. This
  82. was done to reduce the number of Mallocs the BBS does because of problems in
  83. older versions of TOS.
  84.  
  85. *** Version 2.3.10a
  86.  
  87. Fixed a problem with users advancing to next Message Base or File Area that
  88. the user had access to. If they tried to go to another base past the one they
  89. did not have access to, it would drop them back to the Main Menu. This occured
  90. when using '+' or '-' (or whatever you have it set as).
  91.  
  92. *** Version 2.3.10
  93.  
  94. Finally found and fixed the problem with the program ignoring the first letter
  95. being entered at the Main Menu, File Area and Message Base prompts.
  96.  
  97. Changed the way the PROMPT.DAT and COMMAND.DAT files are loaded and stored.
  98. You should have about 46K+ more room to execute external programs. This really
  99. only effects 1 meg users. I don't know if it will help any.
  100.  
  101. *** Version 2.3.09b
  102.  
  103. Fixed a problem in the Make blank Descriptions area where the program would
  104. only make blank descriptions for 5 files.
  105.  
  106. Temporarily removed the ANSI color conversions until I can get all the color
  107. codes to convert and make it 100% bullet proof.
  108.  
  109. *** Version 2.3.09a
  110.  
  111. Removed the check I left in the Online Games section. Oops! It caused the
  112. system to sit there until a key was pressed on the local keyboard.
  113.  
  114. *** Version 2.3.09
  115.  
  116. Changed the way the load header routine searches for header files. Hopefully
  117. this will fix the problem with headers not being loaded properly.
  118.  
  119. Added some color translation to the strip ANSI routines. The commands
  120. recognized are ESC [07m (inverse on), [00m (inverse off), [40m, [41m, [42m,
  121. [47m, [30m, [31m, [32m, [37m. You must use the full ESC[xxm command and not
  122. ESC[xx;xxm (use ESC[40mESC[37m and not ESC[40;37m ). This could change later
  123. but, for now it works. Only the colors BLACK, RED, GREEN and WHITE are
  124. recognized (or whatever you have those colors defined as).
  125.  
  126. Added an option to the ONLINExx.DAT files. Where you would use OTHER to
  127. tell the BBS to write the USER.INF file instead of FOREM, etc., you can now
  128. place a filename after it to tell the BBS what filename you want this file
  129. written as. I.E., if you use OTHER FRONTIER.NAM, then the user's handle will
  130. be written to a file called FRONTIER.NAM. If no filename is specified, then
  131. the USER.INF file will be written. This is for those games that require a
  132. different name.
  133.  
  134. *** Version 2.3.08b
  135.  
  136. Fixed a problem where the ANSI flag was not being cleared after a user logged
  137. off or changed Terminal types. This would cause the system to strip the VT52
  138. codes on the local screen.
  139.  
  140.  
  141. *** Version 2.3.08a
  142.  
  143. Added a strip ANSI mode that would strip the ANSI codes from the local screen.
  144. You should now be able to see what is going on a lot better when someone is
  145. in ANSI mode. Please let me know if it misses some codes as I only had a
  146. limited number of ANSI screens to test with.
  147.  
  148. If you have Show VT52 codes turned off, it will now strip all the codes out
  149. now instaed of just the ESC character.
  150.  
  151. *** Version 2.3.08
  152.  
  153. Hopefully I fixed the Informer problem with New users. I will know soon I
  154. guess.
  155.  
  156. Fixed a problem with having the Fido option selected and the BBS exiting
  157. before validating a user. This is untested as I have no way of testing it.
  158.  
  159. Seperated the BBS Lister section and made it a seperate program. It was
  160. written by Andy Okun. Please note that this is only version 1.0 and other
  161. features are planned and some changes made. The program will be listed in
  162. the Transcendence Support area as BBSLIST.LZH. You will need this program if
  163. you want to have a BBS Lister on your system.
  164.  
  165. Created a MODULES.DAT file that goes in the DATA folder. This allows you to
  166. specify where files that normally go in the MODULES folder are located. This
  167. allows you to put some of those files into folders within the MODULES folder.
  168. Please follow the below layout. DO NOT change the order because the
  169. programs will not be executed properly if they are not in the proper order.
  170. Currently only the BBS Lister, User Editor and Print User programs are
  171. supported in this version. Others will be added later. Below is an example
  172. of the MODULES.DAT file.
  173.  
  174. J:\MODULES\USREDIT\USR_EDIT.PRG       ! User Editor path and name  Line 1
  175. J:\MODULES\BBSLIST\BBSLIST.PRG        ! BBS Lister path and name   Line 2
  176. J:\MODULES\PRNUSER\PRNTUSER.PRG       ! Currently not used         Line 3
  177. \                                     ! "                "         etc.
  178. \                                     ! "                "
  179. \                                     ! "                "
  180. \                                     ! "                "
  181. \                                     ! "                "
  182.  
  183. *** DO NOT change the order of this file. You must h